Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 920 Bytes

util.extract.md

File metadata and controls

41 lines (28 loc) · 920 Bytes

extract

Run extraction-only via Python.

Source Added
Link 1.0.16



Description

This function runs plug-ins of ExtractionOrder and then stops. This is useful for getting hold of an extracted Context, bypassing validation, with results.




Argument Signature

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



Example

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