Skip to content

argv ¤

Functions:

  • argc
  • argv
  • envp

    Prints out the contents of the environment.

Attributes:

parser module-attribute ¤

parser = ArgumentParser(
    description="Prints out the contents of the environment."
)

argc ¤

argc() -> None

argv ¤

argv(i: int = None) -> None

envp ¤

envp(name: str = None)

Prints out the contents of the environment.