Files @ 375f48d1518a
Branch filter:

Location: light9/stubs/rdfdb/graphfile_test.pyi

Drew Perttula
mypy, flake8 setups
Ignore-this: 159ab09780ff33dec508d2d25c1628bf
1
2
3
4
5
6
7
8
# Stubs for rdfdb.graphfile_test (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

import unittest

class TestGraphFileOutput(unittest.TestCase):
    def testMaintainsN3PrefixesFromInput(self): ...