Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
Python
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Python sections_matching Exemples
Langage de programmation:
Python
Espace de nommage/Pack:
stgit.config.config
Méthode/Fonction:
sections_matching
Exemples au hotexamples.com:
2
Python sections_matching - 2 exemples trouvés
. Ce sont les exemples réels les mieux notés de
stgit.config.config.sections_matching
extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Exemple #1
0
Afficher le fichier
Fichier :
git.py
Projet :
MaxKellermann/stgit
def __remotes_from_config(): return config.sections_matching(r'remote\.(.*)\.url')
Exemple #2
0
Afficher le fichier
Fichier :
git.py
Projet :
c0ns0le/cygwin
def __remotes_from_config(): return config.sections_matching(r'remote\.(.*)\.url')
x