|
|
|||
File indexing completed on 2026-04-20 07:58:58
0001 """ 0002 Process lock class 0003 0004 """ 0005 0006 from .spec_base import SpecBase 0007 0008 0009 class ProcessLockSpec(SpecBase): 0010 # attributes 0011 attributesWithTypes = ("processName:text primary key", "lockedBy:text", "lockTime:timestamp") 0012 0013 # constructor 0014 def __init__(self): 0015 SpecBase.__init__(self)
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|