bindings/scripts/idl_compiler.py [131:138]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        cache_directory=options.cache_directory,
        code_generator_class=code_generator_class,
        snake_case_generated_files=options.snake_case_generated_files,
        info_provider=info_provider,
        target_component=options.target_component)

    for idl_filename in input_filenames:
        idl_compiler.compile_file(idl_filename)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



bindings/scripts/idl_compiler.py [145:152]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        cache_directory=options.cache_directory,
        code_generator_class=code_generator_class,
        snake_case_generated_files=options.snake_case_generated_files,
        info_provider=info_provider,
        target_component=options.target_component)

    for idl_filename in input_filenames:
        idl_compiler.compile_file(idl_filename)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



