udapi.core.block.Block = class Block(__builtin__.object)
    The smallest processing unit for processing Universal Dependencies data.
 
  Methods defined here:
__init__(self, args={})
process_bundle(self, bundle)
Process a UD bundle
process_document(self, document)
Process a UD document
process_end(self)
A hook method that is executed after processing all UD data
process_node(self, node)
Process a UD node
process_start(self)
A hook method that is executed before processing UD data
process_tree(self, tree)
Process a UD tree

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)