Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3fc83f commit c3eae2cCopy full SHA for c3eae2c
git/config.py
@@ -43,6 +43,7 @@
43
# https://git-scm.com/docs/git-config#_conditional_includes
44
CONDITIONAL_INCLUDE_REGEXP = re.compile(r"(?<=includeIf )\"(gitdir|gitdir/i|onbranch):(.+)\"")
45
46
+
47
class MetaParserBuilder(abc.ABCMeta):
48
49
"""Utlity class wrapping base-class methods into decorators that assure read-only properties"""
0 commit comments