Flutter Engine
The Flutter Engine
|
Public Member Functions | |
def | __init__ (self) |
def | __enter__ (self) |
def | __exit__ (self, exc_type, _value, _traceback) |
Check out a temporary git branch. On exit, deletes the branch and attempts to restore the original state.
def utils.git_branch.__init__ | ( | self | ) |
def utils.git_branch.__enter__ | ( | self | ) |
Definition at line 92 of file utils.py.
def utils.git_branch.__exit__ | ( | self, | |
exc_type, | |||
_value, | |||
_traceback | |||
) |
Definition at line 110 of file utils.py.