src/pydolphinscheduler/resources_plugin/base/git.py [35:43]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        user: str | None = None,
        repo_name: str | None = None,
        branch: str | None = None,
        file_path: str | None = None,
        *args,
        **kwargs,
    ):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/pydolphinscheduler/resources_plugin/base/git.py [59:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        user: str | None = None,
        repo_name: str | None = None,
        branch: str | None = None,
        file_path: str | None = None,
        *args,
        **kwargs,
    ):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



