Skip to main content

save

Method
This is a method of the PermissionAllowlist class in the approval module.
Save allowlist to JSON file.

Signature

def save(filepath: str) -> None

Parameters

filepath
str
required
No description available.

Uses

  • os.makedirs
  • dirname
  • json.dump

Source

View on GitHub

praisonaiagents/approval.py at line 177