| __init__.py |
Package 'grit.node'
|
200 |
- |
| base.py |
Base types for nodes in a GRIT resource tree.
|
24229 |
- |
| base_unittest.py |
Unit tests for base.Node functionality (as used in various subclasses) |
10281 |
- |
| brotli_util.py |
Framework for compressing resources using Brotli. |
978 |
- |
| custom |
|
|
- |
| empty.py |
Container nodes that don't have any logic.
|
1857 |
- |
| include.py |
Returns bytes or a str represenation for a data_pack entry. |
6400 |
- |
| include_unittest.py |
Unit tests for include.IncludeNode |
5163 |
- |
| mapping.py |
Maps each node type to an implementation class.
When adding a new node type, you add to this mapping.
|
1795 |
- |
| message.py |
Handling of the <message> element.
|
12645 |
- |
| message_unittest.py |
Unit tests for grit.node.message |
12299 |
- |
| misc.py |
Miscellaneous node types.
|
24930 |
- |
| misc_unittest.py |
Unit tests for misc.GritNode |
22766 |
- |
| mock_brotli.py |
Mock Brotli Executable for testing purposes. |
300 |
- |
| node_io.py |
The <output> and <file> elements.
|
3329 |
- |
| node_io_unittest.py |
Unit tests for node_io.FileNode |
6561 |
- |
| structure.py |
The <structure> element.
|
13668 |
- |
| structure_unittest.py |
Unit tests for <structure> nodes.
|
7555 |
- |
| variant.py |
The <skeleton> element.
|
1032 |
- |