-
Notifications
You must be signed in to change notification settings - Fork 3
2017 API dlibrary.document.AbstractResourceList
Dieter Geerts edited this page Sep 24, 2016
·
1 revision
- object The most base type
__init__(self, resource_type: int, abstract_resource: , location: 'ResourceLocation'=0, folder: 'ResourceFolder'=0, path: str='')
-
(get) id
->
int -
(get) names
->
dlibrary.utility.ObservableList -
(get) type
->
int
get_abstract_resource_clazz(self) ->
get_resource(self, name: str) ->
dlibrary.document.AbstractResource
is_resource_in_document(self, name: str) ->
bool
is_resource_in_list(self, name: str) ->
bool
remove_resource(self, name: str)