holoviz / holoviz/param

Use more modern string formatting internally within param

Open
#53 1 comment 0 reactions 0 assignees View on GitHub
"internal improvement"
Dominant language
Python
Stars
521
Forks
86
Avg merge
1d 13h
Merged PRs (30d)
35

Description

We've been using printf-style formatting (https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting), but python now offers nicer ways to format strings.

Note that we can't use the following, because it's not available in 2:

> Changed in version 3.1: The positional argument specifiers can be omitted, so '{} {}' is equivalent to '{0} {1}'

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.