mirror of
https://github.com/sprockets/sprockets.mixins.json_error.git
synced 2024-12-29 11:17:10 +00:00
11 lines
144 B
ReStructuredText
11 lines
144 B
ReStructuredText
|
Examples
|
||
|
========
|
||
|
The following example ...
|
||
|
|
||
|
.. code:: python
|
||
|
|
||
|
from sprockets import mixins.json_error
|
||
|
|
||
|
class Foo(object):
|
||
|
pass
|