Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 834 Bytes

util.collect.md

File metadata and controls

40 lines (27 loc) · 834 Bytes

collect

Run collection via Python.

Source Added
Link 1.0.16



Description

This function runs plug-ins of CollectionOrder and then stops. This is useful for getting hold of a populated Context




Argument Signature

Output Method
Context collect(context=None, plugins=None)



Example

import pyblish.util
context = pyblish.util.collect()
{{ file.mtime }}