Values#

class Values#

Methods

__init__

items

items

keys

keys

values

values

class ItemsView#
__bool__(self) bool#

__bool__

戻り値の型:

bool

__init__(*args, **kwargs)#
__iter__(self) ItemsView#

__iter__

戻り値の型:

ItemsView

__len__(self) int#

__len__

戻り値の型:

int

__next__(self) tuple[Poly, float]#

__next__

戻り値の型:

tuple[Poly, float]

class KeysView#
__bool__(self) bool#

__bool__

戻り値の型:

bool

__contains__(self, arg: Poly, /) bool#
__contains__(self, arg: Any, /) bool

__contains__

Overloading:

1. __contains__(self, arg: amplify.Poly, /) -> bool

Args:
  • arg (amplify.Poly):

Returns:

bool:

2. __contains__(self, arg: Any, /) -> bool

Args:
  • arg (Any):

Returns:

bool:

__init__(*args, **kwargs)#
__iter__(self) KeysView#

__iter__

戻り値の型:

KeysView

__len__(self) int#

__len__

戻り値の型:

int

__next__(self) Poly#

__next__

戻り値の型:

Poly

class ValuesView#
__bool__(self) bool#

__bool__

戻り値の型:

bool

__init__(*args, **kwargs)#
__iter__(self) ValuesView#

__iter__

戻り値の型:

ValuesView

__len__(self) int#

__len__

戻り値の型:

int

__next__(self) float#

__next__

戻り値の型:

float

__bool__(self) bool#

__bool__

戻り値の型:

bool

__contains__(self, arg: Poly, /) bool#
__contains__(self, arg: Any, /) bool

__contains__

Overloading:

1. __contains__(self, arg: amplify.Poly, /) -> bool

Args:
  • arg (amplify.Poly):

Returns:

bool:

2. __contains__(self, arg: Any, /) -> bool

Args:
  • arg (Any):

Returns:

bool:

__getitem__(self, arg: Poly, /) float#

__getitem__

パラメータ:

arg (Poly) --

戻り値の型:

float

__init__(*args, **kwargs)#
__iter__(self) KeysView#

__iter__

戻り値の型:

KeysView

__len__(self) int#

__len__

戻り値の型:

int

__repr__(self) str#

__repr__

戻り値の型:

str

__str__(self) str#

__str__

戻り値の型:

str

items(self) ItemsView#

items

戻り値の型:

ItemsView

keys(self) KeysView#

keys

戻り値の型:

KeysView

values(self) ValuesView#

values

戻り値の型:

ValuesView