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

Public Member Functions

None __init__ (self, str platlib, str purelib, str headers, str scripts, str data)
 

Data Fields

 platlib
 
 purelib
 
 headers
 
 scripts
 
 data
 

Detailed Description

A Scheme holds paths which are used as the base directories for
artifacts associated with a Python package.

Definition at line 12 of file scheme.py.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
str  platlib,
str  purelib,
str  headers,
str  scripts,
str  data 
)

Definition at line 19 of file scheme.py.

26 ) -> None:
27 self.platlib = platlib
28 self.purelib = purelib
29 self.headers = headers
30 self.scripts = scripts
31 self.data = data

Referenced by Protocol.__init_subclass__().

Here is the caller graph for this function:

Field Documentation

◆ data

◆ headers

◆ platlib

platlib

Definition at line 27 of file scheme.py.

◆ purelib

purelib

Definition at line 28 of file scheme.py.

◆ scripts

scripts

Definition at line 30 of file scheme.py.


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