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

Data Fields

 baseFilename
 

Protected Member Functions

TextIOWrapper _open (self)
 

Detailed Description

Definition at line 200 of file logging.py.

Member Function Documentation

◆ _open()

TextIOWrapper _open (   self)
protected

Definition at line 201 of file logging.py.

201 def _open(self) -> TextIOWrapper:
202 ensure_dir(os.path.dirname(self.baseFilename))
203 return super()._open()
204
205
for i

Field Documentation

◆ baseFilename

baseFilename

Definition at line 202 of file logging.py.


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