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

Public Member Functions

None __init__ (self, str path)
 

Data Fields

 path
 
 setup
 
 bin_dir
 
 lib_dirs
 

Detailed Description

Definition at line 35 of file build_env.py.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
str  path 
)

Definition at line 36 of file build_env.py.

36 def __init__(self, path: str) -> None:
37 self.path = path
38 self.setup = False
39 scheme = get_scheme("", prefix=path)
40 self.bin_dir = scheme.scripts
41 self.lib_dirs = _dedup(scheme.purelib, scheme.platlib)
42
43
for i

Referenced by Protocol.__init_subclass__().

Here is the caller graph for this function:

Field Documentation

◆ bin_dir

bin_dir

Definition at line 40 of file build_env.py.

◆ lib_dirs

lib_dirs

Definition at line 41 of file build_env.py.

◆ path

◆ setup

setup

Definition at line 38 of file build_env.py.


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