assets/lambda_helper_neptune/python/rdflib/parser.py (6 lines): - line 46: TODO: - line 62: TODO: - line 69: # TODO: - line 82: TODO: - line 114: # TODO: self.setEncoding(encoding) - line 129: # TODO: self.setEncoding(encoding) assets/lambda_helper_neptune/python/rdflib/graph.py (5 lines): - line 312: # TODO: error handling - line 1129: # TODO: this is only an approximation. - line 1140: # TODO: very well could be a false positive at this point yet. - line 1446: # TODO: One of these should never happen and probably - line 1831: # TODO: is there a use case for this method? assets/lambda_helper_neptune/python/rdflib/plugins/sparql/evaluate.py (4 lines): - line 73: # TODO: Deal with dict returned from evalPart from GROUP BY - line 102: # TODO: Deal with dict returned from evalPart from GROUP BY - line 153: # TODO: Deal with dict returned from evalPart! - line 356: # TODO: add configuration or determine "best" size for most use cases assets/lambda_helper_neptune/python/rdflib/plugins/sparql/operators.py (4 lines): - line 291: # TODO: normalisation of lang tag to lower-case - line 666: # TODO: Custom functions! - line 813: # TODO: handle returned errors - line 828: # TODO: handle errors assets/lambda_helper_neptune/python/rdflib/plugins/sleepycat.py (4 lines): - line 67: # TODO: implement create method and refactor this to it - line 295: pass # TODO: is it okay to ignore these? - line 361: # TODO: also if context becomes empty and not just on - line 579: # TODO: i & 1: # dis assemble and/or measure to see which is faster assets/lambda_helper_neptune/python/rdflib/plugins/sparql/algebra.py (4 lines): - line 409: # TODO: nested Aggregates? - line 503: # TODO: only allowed for vars in group-by? - line 544: # TODO: Var scope test - line 711: pass # TODO: check for bnodes in triples assets/lambda_helper_neptune/python/rdflib/term.py (4 lines): - line 402: # TODO: check that value falls within acceptable bnode value range - line 1084: # TODO: Is "blah"@en eq "blah" ? - line 1399: # TODO: duration, gYearMonth, gYear, gMonthDay, gDay, gMonth - line 1451: return obj, None # TODO: is this right for the fall through case? assets/lambda_helper_neptune/python/rdflib/plugins/parsers/notation3.py (3 lines): - line 1359: # start = i # TODO first char . - line 1894: conj_graph.default_context = graph # TODO: CG __init__ should have a - line 1896: # TODO: update N3Processor so that it can use conj_graph as the sink assets/lambda_helper_neptune/python/isodate/isoduration.py (2 lines): - line 98: else: # FIXME: currently not possible in alternative format - line 140: # TODO: implement better decision for negative Durations. assets/lambda_helper_neptune/python/rdflib/plugins/parsers/trig.py (2 lines): - line 150: conj_graph.default_context = graph # TODO: CG __init__ should have a - line 152: # TODO: update N3Processor so that it can use conj_graph as the sink assets/lambda_helper_neptune/python/rdflib/plugins/serializers/rdfxml.py (2 lines): - line 63: # TODO: - line 145: # TODO: assets/lambda_helper_neptune/python/rdflib/plugins/sparql/__init__.py (1 line): - line 48: pass # TODO: log a message assets/lambda_helper_neptune/python/rdflib/plugins/parsers/nt.py (1 line): - line 24: f = source.getByteStream() # TODO getCharacterStream? assets/lambda_helper_neptune/python/rdflib/compare.py (1 line): - line 78: # TODO: assets/lambda_helper_neptune/python/rdflib/plugins/stores/concurrent.py (1 line): - line 88: # TODO: change to try finally? assets/lambda_helper_neptune/python/rdflib/plugin.py (1 line): - line 110: pass # TODO: log a message assets/lambda_helper_neptune/python/isodate/duration.py (1 line): - line 239: TODO: there is some weird behaviour in date - timedelta ... assets/lambda_helper_neptune/python/rdflib/plugins/serializers/trix.py (1 line): - line 13: ## TODO: MOve this somewhere central assets/lambda_helper_neptune/python/rdflib/plugins/memory.py (1 line): - line 165: return (c for c in []) # TODO: best way to return empty generator assets/lambda_helper_neptune/python/rdflib/serializer.py (1 line): - line 8: TODO: info for how to write a serializer that can plugin to rdflib. assets/lambda_helper_neptune/python/rdflib/exceptions.py (1 line): - line 2: TODO: assets/lambda_helper_neptune/python/rdflib/plugins/parsers/rdfxml.py (1 line): - line 427: # TODO: check that there are no atts other than datatype and id assets/lambda_helper/python/TextractUtilities.py (1 line): - line 39: # TODO: Based on x_gap & y_gap, if large enough, trigger early termination of cluster search assets/lambda_helper_neptune/python/rdflib/plugins/serializers/xmlwriter.py (1 line): - line 30: if not self.closed: # TODO: assets/lambda_helper_neptune/python/rdflib/plugins/sparql/results/xmlresults.py (1 line): - line 140: # TODO: Rewrite with ElementTree? assets/lambda_helper_neptune/python/isodate/isodates.py (1 line): - line 174: # FIXME: negative dates not possible with python standard types assets/lambda_helper_neptune/python/rdflib/plugins/sparql/sparql.py (1 line): - line 369: TODO: Move resolving URIs to pre-processing assets/lambda_helper_neptune/python/rdflib/plugins/sparql/results/csvresults.py (1 line): - line 49: if t.startswith("http://") or t.startswith("https://"): # TODO: more?