Named

class kgpy.mixin.Named(name=<factory>)

Bases: Copyable, Dataframable

Parameters

name (Name) –

__init__(name=<factory>)
Parameters

name (Name) –

Return type

None

Attributes

dataframe

name

Methods

__init__([name])

copy()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

copy_shallow()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

Inheritance Diagram

Inheritance diagram of kgpy.mixin.Named

copy()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

copy_shallow()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

property dataframe: DataFrame
name: kgpy.Name