shotgunsoftware / python-api

A Python-based library for accessing Flow Production Tracking API.
https://developer.shotgridsoftware.com/python-api
Other
308 stars 198 forks source link

SG-12945 + SG-12581 : Added localized param to Shotgun object #208

Closed palisir closed 5 years ago

palisir commented 5 years ago

The goal of SG-12945 is to expose a new config property named "localized" on the object Shotgun, to give the ability to get localized display names from the server when possible.

The code is tested and documented (according to SG-12581).

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 1234


Files with Coverage Reduction New Missed Lines %
shotgun_api3/shotgun.py 2 82.77%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 1207: -0.06%
Covered Lines: 1366
Relevant Lines: 1964

💛 - Coveralls
manneohrstrom commented 5 years ago

This is looking awesome! Thank you, @palisir! For reference, the built docs look like this:

image