You need to sign in or sign up before continuing.
Newer
Older
with pjlsa_gsiint.LSAClientGSI().java_api():
from cern.lsa.client import ServiceLocator, ContextService
contextService = ServiceLocator.getService(ContextService)
patterns = contextService.findPatterns()
for pattern in patterns:
print (pattern)