Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
NoDists Class Reference

Public Member Functions

 __bool__ (self)
 
 __call__ (self, fullpath)
 

Detailed Description

>>> bool(NoDists())
False

>>> list(NoDists()('anything'))
[]

Definition at line 2157 of file __init__.py.

Member Function Documentation

◆ __bool__()

__bool__ (   self)

Definition at line 2166 of file __init__.py.

2166 def __bool__(self):
2167 return False
2168

◆ __call__()

__call__ (   self,
  fullpath 
)

Definition at line 2169 of file __init__.py.

2169 def __call__(self, fullpath):
2170 return iter(())
2171
2172

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