Home
last modified time | relevance | path

Searched refs:strip_country_code (Results 1 – 5 of 5) sorted by relevance

/dports/devel/scons/SCons-4.2.0/SCons/Tool/packaging/
H A Drpm.py333 def strip_country_code(tag): function
350 x = [t for t in values.items() if strip_country_code(t[0]) == key]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/scons/scons-local-2.3.3/SCons/Tool/packaging/
H A Drpm.py323 def strip_country_code(tag): function
343 x = [t for t in values.items() if strip_country_code(t[0]) == key]
/dports/graphics/photivo/photivo/scons-local-2.2.0/SCons/Tool/packaging/
H A Drpm.py331 def strip_country_code(tag): function
351 x = [t for t in values.items() if strip_country_code(t[0]) == key]
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/Tool/packaging/
H A Drpm.py333 def strip_country_code(tag): function
353 x = filter(lambda t,key=key,s=strip_country_code: s(t[0]) == key, values.items())
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/scons-2.5.0/scons-local-2.5.0/SCons/Tool/packaging/
H A Drpm.py317 def strip_country_code(tag): function
334 x = [t for t in values.items() if strip_country_code(t[0]) == key]