File tree Expand file tree Collapse file tree
src/openedx_content/applets Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131# is listed in the __all__ entries below. Internal helper functions that are
3232# private to this module should start with an underscore. If a function does not
3333# start with an underscore AND it is not in __all__, that function is considered
34- # to be callable only by other apps in the authoring package.
34+ # to be callable only by other applets in the openedx_content package.
3535__all__ = [
3636 "get_or_create_component_type" ,
3737 "create_component" ,
Original file line number Diff line number Diff line change 4343# is listed in the __all__ entries below. Internal helper functions that are
4444# private to this module should start with an underscore. If a function does not
4545# start with an underscore AND it is not in __all__, that function is considered
46- # to be callable only by other apps in the authoring package.
46+ # to be callable only by other applets in the openedx_content package.
4747__all__ = [
4848 "ContainerSubclass" ,
4949 "ContainerImplementationMissingError" ,
Original file line number Diff line number Diff line change 2121# is listed in the __all__ entries below. Internal helper functions that are
2222# private to this module should start with an underscore. If a function does not
2323# start with an underscore AND it is not in __all__, that function is considered
24- # to be callable only by other apps in the authoring package.
24+ # to be callable only by other applets in the openedx_content package.
2525__all__ = [
2626 "get_or_create_media_type" ,
2727 "get_media" ,
Original file line number Diff line number Diff line change 4343# is listed in the __all__ entries below. Internal helper functions that are
4444# private to this module should start with an underscore. If a function does not
4545# start with an underscore AND it is not in __all__, that function is considered
46- # to be callable only by other apps in the authoring package.
46+ # to be callable only by other applets in the openedx_content package.
4747__all__ = [
4848 "get_learning_package" ,
4949 "get_learning_package_by_ref" ,
You can’t perform that action at this time.
0 commit comments