Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
unihan-db 0.20.1 documentation
Light Logo Dark Logo
unihan-db 0.20.1 documentation
  • Quickstart
  • API Reference
    • Bootstrap - unihan_db.bootstrap
    • Importing - unihan_db.importer
    • Tables - unihan_db.tables
  • Project
    • Contributing
    • Code style
    • Releasing
  • Changelog

team git-pull / Tony Narlock:

vcs-python vcspull (libvcs), g

tmux-python tmuxp libtmux (mcp, pytest)

cihai unihan-etl (db) cihai (cli)

django django-slugify-processor django-docutils

docs + tests gp-libs

web social-embed

Back to top
View this page
Edit this page

Importing - unihan_db.importer¶

Import functionality for UNIHAN DB.

unihan_db.importer.import_char(c, char)
¶
function[source]

Import character data into Unhn model (row in Unhn table).

Parameters:
  • c (Unhn)

  • char (dict[str, dict[str, int | str | list[dict[str, object]] | dict[str, object]] | list[dict[str, object]] | dict[str, object]])

Return type:

None

Next
Tables - unihan_db.tables
Previous
Bootstrap - unihan_db.bootstrap
Copyright © Copyright 2017- cihai software foundation (Tony Narlock)
Made with Sphinx and @pradyunsg's Furo
On this page
  • Importing - unihan_db.importer
    • import_char()