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

Public Member Functions

None __init__ (self, str path, Optional[str] content_type)
 

Data Fields

 path
 
 content_type
 

Detailed Description

Definition at line 81 of file prepare.py.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
str  path,
Optional[str]  content_type 
)

Definition at line 82 of file prepare.py.

82 def __init__(self, path: str, content_type: Optional[str]) -> None:
83 self.path = path
84 if content_type is None:
85 self.content_type = mimetypes.guess_type(path)[0]
86 else:
87 self.content_type = content_type
88
89
for i

Referenced by Protocol.__init_subclass__().

Here is the caller graph for this function:

Field Documentation

◆ content_type

content_type

Definition at line 85 of file prepare.py.

◆ path


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