koapy.cli.commands.generate.openapi.python_stubs

Module Contents

Functions

python_stubs(dispatch_class_name, dispatch_file_path, event_class_name, event_file_path, encoding, force_overwrite)

Attributes

default_dispatch_class_name

default_dispatch_file_path

default_event_class_name

default_event_file_path

koapy.cli.commands.generate.openapi.python_stubs.default_dispatch_class_name = KiwoomOpenApiPlusDispatchFunctionsGenerated[source]
koapy.cli.commands.generate.openapi.python_stubs.default_dispatch_file_path[source]
koapy.cli.commands.generate.openapi.python_stubs.default_event_class_name = KiwoomOpenApiPlusEventFunctionsGenerated[source]
koapy.cli.commands.generate.openapi.python_stubs.default_event_file_path[source]
koapy.cli.commands.generate.openapi.python_stubs.python_stubs(dispatch_class_name, dispatch_file_path, event_class_name, event_file_path, encoding, force_overwrite)[source]