ocssw
V2022
|
obpg_file_type Namespace Reference
Functions | |
def | get_usage_text () |
def | process_command_line (cl_parser) |
def | main () |
Detailed Description
A class for determining the OBPG type of a file.
Function Documentation
◆ get_usage_text()
def obpg_file_type.get_usage_text | ( | ) |
Definition at line 15 of file obpg_file_type.py.
◆ main()
def obpg_file_type.main | ( | ) |
Main function to drive the program when invoked as a program.
Definition at line 36 of file obpg_file_type.py.
◆ process_command_line()
def obpg_file_type.process_command_line | ( | cl_parser | ) |
Uses optparse to get the command line options & arguments.
Definition at line 26 of file obpg_file_type.py.