Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
_LazyModule Class Reference
Inheritance diagram for _LazyModule:
Collaboration diagram for _LazyModule:

Public Member Functions

 __init__ (self, name)
 
 __dir__ (self)
 

Static Protected Attributes

list _moved_attributes = []
 

Detailed Description

Definition at line 129 of file six.py.

Constructor & Destructor Documentation

◆ __init__()

Member Function Documentation

◆ __dir__()

__dir__ (   self)

Definition at line 135 of file six.py.

135 def __dir__(self):
136 attrs = ["__doc__", "__name__"]
137 attrs += [attr.name for attr in self._moved_attributes]
138 return attrs
139

References _LazyModule._moved_attributes, and i.

Field Documentation

◆ _moved_attributes

list _moved_attributes = []
staticprotected

Definition at line 141 of file six.py.

Referenced by _LazyModule.__dir__().


The documentation for this class was generated from the following file: