Object from tag , in Python.

There is no Utilities or NXObjectManager or Tag class in python.So is it not possible to get obj from tag?

obj=NXOpen.TaggedObjectManager.GetTaggedObject(objTag)

obj=NXObjectManager.Get(objTag)

obj=ufs.GetObjectManager(bodytag)

obj=NXOpen.Utilities.NXObjectManager.Get(objectTag)

All of these wouldnt work in python.

I'm not familiar with python API.
Did you look at this.
http://nxjournaling.com/comment/3591
Maybe there is a similar way with python.

NX 9 and Team Center 10