예제 #1
0
 def choices():
     return get_attribute_keys_from_class(RiskTags)
예제 #2
0
 def choices():
     return get_attribute_keys_from_class(SortDirection)
예제 #3
0
 def choices():
     return get_attribute_keys_from_class(FileCategory)
예제 #4
0
 def choices():
     return get_attribute_keys_from_class(CaseStatus)
예제 #5
0
 def choices():
     return get_attribute_keys_from_class(Severity)
예제 #6
0
 def choices():
     return get_attribute_keys_from_class(AlertState)
예제 #7
0
 def choices():
     return get_attribute_keys_from_class(ExposureType)
예제 #8
0
 def choices():
     return get_attribute_keys_from_class(RuleType)
예제 #9
0
 def choices():
     return get_attribute_keys_from_class(HighRiskEmployeeFilters)
예제 #10
0
 def choices():
     return get_attribute_keys_from_class(SyncDestination)
예제 #11
0
 def choices():
     return get_attribute_keys_from_class(EventType)
예제 #12
0
 def choices():
     return get_attribute_keys_from_class(Source)
예제 #13
0
def test_get_attribute_keys_from_class_returns_public_class_attribute_keys():
    public_attributes = util.get_attribute_keys_from_class(TestClass)
    assert set(public_attributes) == {"value1", "value2"}
예제 #14
0
 def choices():
     return get_attribute_keys_from_class(SharingTypeAdded)
예제 #15
0
 def choices():
     return get_attribute_keys_from_class(DepartingEmployeeFilters)