polyvertex - Overview
Pinned Loading
-
arty.py - A collection wrapper to ea... arty.py - A collection wrapper to easily get values from nested collections in a pythonic way
1
# Copyright (c) Jean-Charles Lefebvre2
# SPDX-License-Identifier: MIT3
4
import re
5
from collections.abc import Iterable, Mapping, Sequence, Sized
-
sqlite.py - sqlite3 with nested tran... sqlite.py - sqlite3 with nested transactions for real
1
# Copyright (c) Jean-Charles Lefebvre2
# SPDX-License-Identifier: MIT3
4
"""5
An API-compatible module wrapping standard package ``sqlite3``, with full


