module __init__
¶
Short summary¶
module papierstat
Module papierstat. Look for insights for machine learned models.
Functions¶
function |
truncated documentation |
---|---|
if this function is added to the module, the help automation and unit tests call it first before anything goes on … |
|
Checks the library is working. It raises an exception. If you want to disable the logs: |
Documentation¶
Module papierstat. Look for insights for machine learned models.
- papierstat._setup_hook(use_print=False)¶
if this function is added to the module, the help automation and unit tests call it first before anything goes on as an initialization step.
- papierstat.check(log=False)¶
Checks the library is working. It raises an exception. If you want to disable the logs:
- Paramètres
log – if True, display information, otherwise
- Renvoie
0 or exception
Un exemple de FAQ
Simple exemple.
Un exemple tout court.
<<<
from datetime import datetime print(datetime.now())
>>>
2022-05-20 11:30:36.228341