[Zope] Checking a string for a valid id

Dieter Maurer dieter@handshake.de
Mon, 24 Sep 2001 21:34:01 +0200 (CEST)


Gilles Lenfant writes:
 > Is there a Zope APII can use in a Python script that checks if a string is a
 > valid object id ?
 > Or should I hard code it (and what's the rules ?)
See "OFS.ObjectManager.ObjectManager".

The checking method is probably private. You will need an
external method/file-system Python code.


Dieter