Python - Test Automation Logo

Contents

  • Course Overview
  • Python Language
  • Python 3 Standard Library
    • Runtime Features
      • main — Top-level code environment
      • sys — System-specific Configuration
      • os — Portable access to operating system specific features
    • Application Building Blocks
    • The File System
    • Text
    • Dates and Times
    • Data Persistence and Exchange
    • Data Compression and Archiving
    • Cryptography
    • Mathematics & Data Analysis
    • Concurrency with Processes
    • Networking, Internet / Web Services
    • GUI Frameworks
  • Python Test Frameworks
  • Resources
Python - Test Automation
  • Python 3 Standard Library
  • Runtime Features
  • View page source

Runtime Features

  • Python Runtime Services

  • PyMOTW-3 - Runtime Features

main — Top-level code environment

  • __main__

  • if __name__ == “__main__”

sys — System-specific Configuration

  • sys — System-specific Configuration

  • sys — System-specific parameters and functions

os — Portable access to operating system specific features

  • os — Portable access to operating system specific features

  • os — Miscellaneous operating system interfaces

Previous Next

© Copyright 2023, Miguel Miranda.

Built with Sphinx using a theme provided by Read the Docs.