obspy.clients.nrl.client.NRLPath.isidentifier

NRLPath.isidentifier() → bool

Return True if S is a valid identifier according to the language definition.

Use keyword.iskeyword() to test for reserved identifiers such as “def” and “class”.