summaryrefslogtreecommitdiff
path: root/docs/gl_objects/namespaces.py
blob: fe50697575a9a14cce4df57580287d4af55422ef (plain)
1
2
3
4
5
6
7
# list
namespaces = gl.namespaces.list()
# end list

# search
namespaces = gl.namespaces.list(search='foo')
# end search