Asterisk - The Open Source Telephony Project
18.5.0
|
Functions | |
def | main (argv) |
def | rel (file) |
Variables | |
list | API_TRANSFORMS |
file | |
list | RESOURCES_TRANSFORMS |
TOPDIR = os.path.dirname(os.path.abspath(__file__)) | |
string | WIKI_PREFIX = 'Asterisk 18' |
def make_ari_stubs.main | ( | argv | ) |
Definition at line 69 of file make_ari_stubs.py.
References len(), and load_file().
def make_ari_stubs.rel | ( | file | ) |
Helper to get a file relative to the script's directory @parm file: Relative file path.
Definition at line 38 of file make_ari_stubs.py.
list API_TRANSFORMS |
Definition at line 47 of file make_ari_stubs.py.
file |
Definition at line 25 of file make_ari_stubs.py.
Referenced by __ast_bt_destroy(), __ast_channel_alloc_ap(), aco_info_init(), aco_process_config(), action_playback(), action_playback_and_continue(), ael_yy_init_buffer(), ast_add_profile(), ast_str_thread_get(), AST_TEST_DEFINE(), ast_threadstorage_get(), ast_yy_init_buffer(), dbm_open(), keypad_cfg_read(), manager_mixmonitor(), misdn_lib_nt_debug_init(), mkstemp_file(), play_message(), pp_each_extension_helper(), profile_destructor(), stasis_subscription_statistics_create(), test_cli_generate_results(), test_stir_shaken_write_temp_key(), threadstorage_init(), and vm_allocate_dh().
list RESOURCES_TRANSFORMS |
Definition at line 58 of file make_ari_stubs.py.
TOPDIR = os.path.dirname(os.path.abspath(__file__)) |
Definition at line 35 of file make_ari_stubs.py.
string WIKI_PREFIX = 'Asterisk 18' |
Definition at line 45 of file make_ari_stubs.py.